projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
babdd63
)
minios: fix free_fbfront
author
Keir Fraser
<keir.fraser@citrix.com>
Sat, 27 Jun 2009 09:39:10 +0000
(10:39 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sat, 27 Jun 2009 09:39:10 +0000
(10:39 +0100)
When a stubdom is destroyed, fbfront tries to unbind the evtchn
twice.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
extras/mini-os/fbfront.c
patch
|
blob
|
history
diff --git
a/extras/mini-os/fbfront.c
b/extras/mini-os/fbfront.c
index 355b8eef06fd6c949101feb823b6905143f5aa02..1406de021208ce622a64703aa91882beaf54f814 100644
(file)
--- a/
extras/mini-os/fbfront.c
+++ b/
extras/mini-os/fbfront.c
@@
-655,8
+655,6
@@
close_fbfront:
snprintf(path, sizeof(path), "%s/feature-update", nodename);
xenbus_rm(XBT_NIL, path);
- unbind_evtchn(dev->evtchn);
-
free_fbfront(dev);
}